home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / SCSI Adaptery / Tekram / TRM3X5XP.ZIP / TRM3X5.INF < prev    next >
Encoding:
Windows Setup INFormation  |  2001-10-18  |  2.7 KB  |  97 lines

  1. ;-------------------------------------------------------------------------
  2. ;TRM3X5.INF  -- This file contains description for Tekram DC-395U/UW/F,
  3. ;        DC-315/U or DC-305I/E SCSI Host adapters supported in
  4. ;        Windows XP
  5. ; Copyright (c) 1998-2001
  6. ;-------------------------------------------------------------------------
  7.  
  8. [version]
  9. signature="$Windows NT$"
  10. Class=SCSIAdapter
  11. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  12. Provider=%TekramName%
  13. DriverVer=10/18/2001,3.0.3
  14. CatalogFile=trm3x5.cat
  15.  
  16. ; Class Install
  17. [ClassInstall32.NT]
  18. Addreg=SCSIReg
  19.  
  20. ;
  21. ; diskid = description[,[tagfile][,<unused>,subdir]]
  22. ;
  23. [SourceDisksNames]
  24. 1 = %Floppy_Desc%,,,
  25.  
  26. [SourceDisksFiles]
  27. trm3x5.sys = 1
  28. ;trm3x5.cat = 1
  29.  
  30. [SCSIReg]
  31. HKR,,,,%SCSIClassName%
  32. HKR,,Installer32,,"SysSetup.Dll,ScsiClassInstaller"
  33. HKR,,Icon,,"-10"
  34. HKR,,LegacyInfOption,,"SCSI"
  35.  
  36. [DestinationDirs]
  37. DefaultDestDir = 12 ; DIRID_DRIVERS
  38.  
  39. [ControlFlags]
  40.  
  41. [Manufacturer]
  42. %TEKRAM%=TEKRAM
  43.  
  44. ;******************************
  45. ;Tekram Manufacturer device list
  46. [TEKRAM]
  47. %trm3x5.DeviceDesc% = trm3x5_Inst, PCI\VEN_1DE1&DEV_0391
  48.  
  49. [trm3x5_Inst]
  50. CopyFiles = @trm3x5.sys
  51.  
  52. [trm3x5_Inst.Services]
  53. AddService = trm3x5, %SPSVCINST_ASSOCSERVICE%, trm3x5_Service_Inst, Miniport_EventLog_Inst
  54.  
  55. [trm3x5_Service_Inst]
  56. ServiceType    = %SERVICE_KERNEL_DRIVER%
  57. StartType      = %SERVICE_BOOT_START%
  58. ErrorControl   = %SERVICE_ERROR_NORMAL%
  59. ServiceBinary  = %12%\trm3x5.sys
  60. LoadOrderGroup = SCSI Miniport
  61. AddReg           = pnpsafe_pci_addreg
  62.  
  63. ;*************************************************************
  64. ;These addreg sections should be used when installins services to indicate
  65. ;which interface types are safe for PNP and which aren't.  INTERFACE_TYPE
  66. ;is defined in NTDDK.H
  67.  
  68. [pnpsafe_pci_addreg]
  69. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  70.  
  71. ;*************************************************************
  72. ;The EventLog entries are the same for all SCSI miniports.
  73. [Miniport_EventLog_Inst]
  74. AddReg = Miniport_EventLog_AddReg
  75.  
  76. [Miniport_EventLog_AddReg]
  77. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  78. HKR,,TypesSupported,%REG_DWORD%,7
  79.  
  80. [Strings]
  81. TekramName = "Tekram"
  82. SCSIClassName="SCSI and RAID controllers"
  83.  
  84. TEKRAM = "Tekram"
  85. trm3x5.DeviceDesc = "Tekram DC-395U/UW/F, DC-315/U or DC-305I/E PCI Ultra SCSI Host Adapter V3.0.3"
  86. FLOPPY_DESCRIPTION="Tekram DC-395U/UW/F, DC-315/U or DC-305I/E Drivers Disk"
  87. Floppy_Desc = "Tekram DC-395U/UW/F, DC-315/U or DC-305I/E PCI SCSI Driver"
  88.  
  89. ;*******************************************
  90. ;Handy macro substitutions (non-localizable)
  91. SPSVCINST_ASSOCSERVICE = 0x00000002
  92. SERVICE_KERNEL_DRIVER  = 1
  93. SERVICE_BOOT_START     = 0
  94. SERVICE_ERROR_NORMAL   = 1
  95. REG_EXPAND_SZ           = 0x00020000
  96. REG_DWORD           = 0x00010001
  97.